-
Couldn't load subscription status.
- Fork 49.7k
[devtools] Restore all Transitions for Tree updates #33042
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[devtools] Restore all Transitions for Tree updates #33042
Conversation
| inProgressRequests.delete(element); | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we delete it, subsequent reads will not read the resolved value and would instead need to manually re-render.
In our case, the read was happening after the ownersList event and therefore read nothing.
ffbdce3 to
b3aaf1e
Compare
b3aaf1e to
2430696
Compare
Patch release to mitigate #32659 Essentially just 6.1.1 with: * Restore all Transitions for Tree updates ([eps1lon](https://github.com/eps1lon) in [#33042](#33042)) * Restore "double-click to view owners tree" functionality ([eps1lon](https://github.com/eps1lon) in [#33039](#33039))
Patch release to mitigate #32659 Essentially just 6.1.1 with: * Restore all Transitions for Tree updates ([eps1lon](https://github.com/eps1lon) in [#33042](#33042)) * Restore "double-click to view owners tree" functionality ([eps1lon](https://github.com/eps1lon) in [#33039](#33039)) DiffTrain build for [557a647](557a647)
Stacked on #33039
Summary
Restores all the Transitions removed in #33039. We now kick of the fetch when we change the Owner instead of kicking it off in an Effect (you-might-not-need-an-effect).
How did you test this change?